home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / tcl / src / patchlevel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-24  |  328 b   |  12 lines  |  [TEXT/MPS ]

  1. /*
  2.  * patchlevel.h --
  3.  *
  4.  * This file does nothing except define a "patch level" for Tcl.
  5.  * The patch level is an integer that increments with each new
  6.  * release or patch release.  It's used to make sure that Tcl
  7.  * patches are applied in the correct order and only to appropriate
  8.  * sources.
  9.  */
  10.  
  11. #define TCL_PATCH_LEVEL 103
  12.